home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Shell / SETUP.EXE / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-04-30  |  4.2 KB  |  56 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=XmlShell 1.2
  4. AppVerName=XmlShell 1.2
  5. AppId=XmlShell
  6. AppPublisher=Softgauge.com
  7. AppPublisherURL=http://www.softgauge.com/
  8. AppSupportURL=http://www.softgauge.com/contact.htm
  9. AppUpdatesURL=http://www.softgauge.com/xmlshell/new.htm
  10. DefaultDirName={pf}\XmlShell
  11. DefaultGroupName=XmlShell
  12. UninstallDisplayIcon={app}\XmlShell.exe
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. ChangesAssociations=yes
  17. LicenseFile=embedded\License.rtf
  18. InfoBeforeFile=embedded\InfoBefore.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\Templates\XSLT Sample - Copy All.xsl"; DestDir: "{app}\Templates"; MinVersion: 4.0.950,4.0.1381; 
  23. Source: "{app}\XmlShell Home Page.url"; DestDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  24. Source: "{app}\XmlShell.chm"; DestDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  25. Source: "{app}\XmlShell.exe"; DestDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  26. Source: "{app}\SciLexer.dll"; DestDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  27. [Dirs]
  28. Name: "{app}\Templates"; 
  29. [Registry]
  30. Root: HKCR; Subkey: ".xml"; ValueType: String; ValueData: "xmlfile"; Tasks: associatexml; MinVersion: 4.0.950,4.0.1381; 
  31. Root: HKCR; Subkey: "xmlfile"; ValueType: String; ValueData: "XML Document"; Tasks: associatexml; MinVersion: 4.0.950,4.0.1381; 
  32. Root: HKCR; Subkey: "xmlfile\shell"; ValueType: String; ValueData: "XmlShell"; Tasks: associatexml; MinVersion: 4.0.950,4.0.1381; 
  33. Root: HKCR; Subkey: "xmlfile\shell\XmlShell"; ValueType: String; ValueData: "Open with XmlShell"; Tasks: associatexml; MinVersion: 4.0.950,4.0.1381; 
  34. Root: HKCR; Subkey: "xmlfile\shell\XmlShell\command"; ValueType: String; ValueData: """{app}\XmlShell.exe"" ""%1"""; Tasks: associatexml; MinVersion: 4.0.950,4.0.1381; 
  35. Root: HKCR; Subkey: ".xsl"; ValueType: String; ValueData: "xslfile"; Tasks: associatexsl; MinVersion: 4.0.950,4.0.1381; 
  36. Root: HKCR; Subkey: "xslfile"; ValueType: String; ValueData: "XSL Stylesheet"; Tasks: associatexsl; MinVersion: 4.0.950,4.0.1381; 
  37. Root: HKCR; Subkey: "xslfile\shell"; ValueType: String; ValueData: "XmlShell"; Tasks: associatexsl; MinVersion: 4.0.950,4.0.1381; 
  38. Root: HKCR; Subkey: "xslfile\shell\XmlShell"; ValueType: String; ValueData: "Open with XmlShell"; Tasks: associatexsl; MinVersion: 4.0.950,4.0.1381; 
  39. Root: HKCR; Subkey: "xslfile\shell\XmlShell\command"; ValueType: String; ValueData: """{app}\XmlShell.exe"" ""%1"""; Tasks: associatexsl; MinVersion: 4.0.950,4.0.1381; 
  40. [Run]
  41. Filename: "{app}\XmlShell.exe"; WorkingDir: "{app}"; Description: "Run XmlShell now"; MinVersion: 4.0.950,4.0.1381; Flags: postinstall nowait
  42. [Icons]
  43. Name: "{group}\XmlShell"; Filename: "{app}\XmlShell.exe"; WorkingDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  44. Name: "{group}\XmlShell Help"; Filename: "{app}\XmlShell.chm"; WorkingDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  45. Name: "{group}\XmlShell Home Page"; Filename: "{app}\XmlShell Home Page.url"; MinVersion: 4.0.950,4.0.1381; 
  46. Name: "{group}\Uninstall XmlShell"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  47. Name: "{commondesktop}\XmlShell"; Filename: "{app}\XmlShell.exe"; WorkingDir: "{app}"; Tasks: desktopicon; MinVersion: 4.0.950,4.0.1381; 
  48. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\XmlShell"; Filename: "{app}\XmlShell.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; MinVersion: 4.0.950,4.0.1381; 
  49. Name: "{sendto}\XmlShell"; Filename: "{app}\XmlShell.exe"; WorkingDir: "{app}"; Tasks: sendto; MinVersion: 4.0.950,4.0.1381; 
  50. [Tasks]
  51. Name: "desktopicon"; Description: "Create a Desk&top icon"; GroupDescription: "Additional icons:"; MinVersion: 4.0.950,4.0.1381; 
  52. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; MinVersion: 4.0.950,4.0.1381; 
  53. Name: "sendto"; Description: "Add to &Send To menu"; GroupDescription: "Additional icons:"; MinVersion: 4.0.950,4.0.1381; 
  54. Name: "associatexml"; Description: "Associate .&xml files"; GroupDescription: "Associate files:"; MinVersion: 4.0.950,4.0.1381; 
  55. Name: "associatexsl"; Description: "Associate .xs&l files"; GroupDescription: "Associate files:"; MinVersion: 4.0.950,4.0.1381; 
  56.